home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global SoundTrack, VidTrack, VTV, VTH, pressed, speechstarted
- set dump to the member of sprite VidTrack
- unloadMember(dump)
- set pressed to "yes"
- set track to "Vid"
- startTimer()
- repeat with i = 10 to 15
- if rollOver(i) and (the mouseCast <> 208) then
- checkforvisible(i)
- put i - 9 after track
- if soundBusy(SoundTrack - 1) then
- sound stop SoundTrack - 1
- end if
- set the member of sprite VidTrack to member track
- set the locV of sprite VidTrack to VTV
- set the locH of sprite VidTrack to VTH
- set the visible of sprite VidTrack to 1
- set the directToStage of member track to 1
- set the movieRate of sprite VidTrack to 1
- set pressed to track
- exit repeat
- end if
- end repeat
- end
-